home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_21_hear intro again.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  354 b   |  15 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   global gCD, gSongWereGuessing
  7.   go(the frame - 1)
  8.   set the movieTime of sprite 19 to 0
  9.   set the movieRate of sprite 19 to 1
  10. end
  11.  
  12. on mouseLeave
  13.   set the cursor of sprite the currentSpriteNum to 0
  14. end
  15.